From 13724c9d36f9e093f6b6db68fe780e943808460d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 12 Feb 2003 11:41:10 +0000 Subject: [PATCH] (describe-function-1): Change output for keyboard macros. --- lisp/help-fns.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 4b5a2e03208..cda2e7d19f2 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -323,6 +323,9 @@ The usage info is built from ARGLIST. DOC can be nil." function))))) usage) (car usage)) + ((or (stringp def) + (vectorp def)) + (format "\nMacro: %s" (format-kbd-macro def))) (t "[Missing arglist. Please make a bug report.]"))) (terpri)) (let ((obsolete (and -- 2.30.2